home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
gnu
/
progutil
/
stdwin.zoo
/
alfa
/
Makefile.16
< prev
next >
Wrap
Makefile
|
1989-10-18
|
2KB
|
116 lines
CC=cgcc
CFLAGS = -O -mshort -I../h
AR = car
SRCS= bind.c draw.c event.c keymap.c measure.c menu.c scroll.c \
stdwin.c syswin.c
OBJS= bind.o draw.o event.o keymap.o measure.o menu.o scroll.o \
stdwin.o syswin.o
OFILES= $(OBJS) ../tools/*.o ../vtrm/*.o ../gen/*.o ../textedit/*.o \
../vt/*.o
ALL= liba16.olb
all: $(ALL)
$(ALL): $(OFILES)
rm -f $(ALL)
$(AR) rs $(ALL) $(OFILES)
clean:
rm -f core *.o [,@#]*
realclean: clean
rm -f $(ALL) tags *.[A-Z]
# End Rules
bind.o: bind.c
bind.o: ./alfa.h
bind.o: ../h/tools.h
bind.o: ../h/configure.h
bind.o: ../h/l_defs.h
bind.o: ../h/vtrm.h
bind.o: ../h/stdwin.h
bind.o: ../h/stdevent.h
bind.o: ../h/stdtext.h
bind.o: ./menu.h
draw.o: draw.c
draw.o: ./alfa.h
draw.o: ../h/tools.h
draw.o: ../h/configure.h
draw.o: ../h/l_defs.h
draw.o: ../h/vtrm.h
draw.o: ../h/stdwin.h
draw.o: ../h/stdevent.h
draw.o: ../h/stdtext.h
draw.o: ./menu.h
event.o: event.c
event.o: ./alfa.h
event.o: ../h/tools.h
event.o: ../h/configure.h
event.o: ../h/l_defs.h
event.o: ../h/vtrm.h
event.o: ../h/stdwin.h
event.o: ../h/stdevent.h
event.o: ../h/stdtext.h
event.o: ./menu.h
keymap.o: keymap.c
keymap.o: ./alfa.h
keymap.o: ../h/tools.h
keymap.o: ../h/configure.h
keymap.o: ../h/l_defs.h
keymap.o: ../h/vtrm.h
keymap.o: ../h/stdwin.h
keymap.o: ../h/stdevent.h
keymap.o: ../h/stdtext.h
keymap.o: ./menu.h
measure.o: measure.c
measure.o: ./alfa.h
measure.o: ../h/tools.h
measure.o: ../h/configure.h
measure.o: ../h/l_defs.h
measure.o: ../h/vtrm.h
measure.o: ../h/stdwin.h
measure.o: ../h/stdevent.h
measure.o: ../h/stdtext.h
measure.o: ./menu.h
menu.o: menu.c
menu.o: ./alfa.h
menu.o: ../h/tools.h
menu.o: ../h/configure.h
menu.o: ../h/l_defs.h
menu.o: ../h/vtrm.h
menu.o: ../h/stdwin.h
menu.o: ../h/stdevent.h
menu.o: ../h/stdtext.h
menu.o: ./menu.h
scroll.o: scroll.c
scroll.o: ./alfa.h
scroll.o: ../h/tools.h
scroll.o: ../h/configure.h
scroll.o: ../h/l_defs.h
scroll.o: ../h/vtrm.h
scroll.o: ../h/stdwin.h
scroll.o: ../h/stdevent.h
scroll.o: ../h/stdtext.h
scroll.o: ./menu.h
stdwin.o: stdwin.c
stdwin.o: ./alfa.h
stdwin.o: ../h/tools.h
stdwin.o: ../h/configure.h
stdwin.o: ../h/l_defs.h
stdwin.o: ../h/vtrm.h
stdwin.o: ../h/stdwin.h
stdwin.o: ../h/stdevent.h
stdwin.o: ../h/stdtext.h
stdwin.o: ./menu.h
syswin.o: syswin.c
syswin.o: ./alfa.h
syswin.o: ../h/tools.h
syswin.o: ../h/configure.h
syswin.o: ../h/l_defs.h
syswin.o: ../h/vtrm.h
syswin.o: ../h/stdwin.h
syswin.o: ../h/stdevent.h
syswin.o: ../h/stdtext.h
syswin.o: ./menu.h